Skip to content

Conversation

@AksharP5
Copy link
Contributor

What does this PR do?

  • Allows /tui/open-help to open the help command dialog in the TUI.
  • The endpoint previously returned success without triggering any UI action. Publishing the same TUI command used by /help opens the help dialog as expected.

How did you verify your code works?

  • bun dev -- --port 4096 (Should open OpenCode)
  • curl -X POST http://127.0.0.1:4096/tui/open-help (in different terminal/window)
  • Go to terminal where you ran bun dev, help dialog should show up now

Issue

Screenshots/Videos

Before:

tui-open-help-dev.mov

After:

tui-open-help-feature.mov

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@AksharP5 AksharP5 changed the title fix: open help dialog with tui/open-help in SDK fix: open help dialog with tui/open-help route Jan 16, 2026
@AksharP5 AksharP5 force-pushed the feature/tui-open-help branch from fc0a3a5 to 0d8df91 Compare January 16, 2026 22:27
@rekram1-node rekram1-node merged commit c251555 into anomalyco:dev Jan 16, 2026
3 checks passed
@AksharP5 AksharP5 deleted the feature/tui-open-help branch January 16, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/tui/open-help returns success but does nothing

2 participants